home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / drivers / mgetiga.zip / README.1ST < prev    next >
Text File  |  1991-05-29  |  4KB  |  106 lines

  1. Installation of TIGA 2.05 Driver for the NEC MGE board    date: 05-29-91
  2. ------------------------------------------------------
  3.  
  4. 1. Copy all TIGA files to your hard disk by :
  5.  
  6.       - Run the install batch file (install.bat) on the TIGA diskette, e.g.
  7.  
  8.         a:\install a: c:    where a: is the source drive
  9.                               and c: is the destination drive
  10.  
  11.         *********************************************************************
  12.         NOTE:     IF YOU HAD AN OLD TIGA VERSION, YOU MAY NEED TO REMOVE IT
  13.                   BEFORE INSTALLING THE NEW ONE.
  14.         *********************************************************************
  15.  
  16.  
  17.    TIGA 2.0 compatibility requirements
  18.    -----------------------------------
  19.  
  20.    The following files are provided on the TIGA diskette in order
  21.    to meet TIGA 2.0 compatibility requirements:
  22.  
  23.         tigacd.exe      Host-resident TIGA communication driver
  24.         tigagm.out      TMS340-resident Graphics Manager
  25.         extprims.rlm    TIGA Graphics Library extension
  26.         setup.exe       TIGA setup utility
  27.         tiga.cl         TIGA board configuration library file
  28.         tiga.cfg        TIGA configuration file
  29.         tigacnfg.exe    TIGA mode utility
  30.         tigalnk.exe     TIGA linking loader (for old app support)
  31.         oldap.exe       (optional)
  32.  
  33.  
  34. 2. Add the following lines to your autoexec.bat file :
  35.  
  36.         set PATH=d:\pathname
  37.         set TIGA=-md:\pathname -ld:\pathname -i0x60
  38.  
  39.         where "d:" is the drive and "pathname" is the directory where
  40.         the TIGA files reside in.
  41.  
  42. 3. Reboot system :
  43.  
  44.       - Change directory to TIGA directory.
  45.  
  46.       - Run the SETUP utility, selecting the correct board configuration
  47.         parameters to build the tiga.cfg file.
  48.  
  49.       - Run "tigacd.exe"
  50.  
  51.         The TIGA communications driver is now installed.
  52.  
  53.         The TIGA communications driver can be removed from memory by the
  54.         following command :
  55.  
  56.         tigacd -u [return]
  57.  
  58.  
  59.       - Run "tigalnk -lx" to load the TIGA Graphics Manager, (this is optional
  60.         as the GM will be loaded automatically on running the first TIGA
  61.         application, but this will show up any errors in the previous steps
  62.         at this point).
  63.  
  64. 3. Run the demo programs :
  65.  
  66.         The TIGA driver is now installed.  Demonstration programs are supplied
  67.         in the \demos directory which you can run at this time.
  68.  
  69.  
  70. 4. Changing modes (resolution)
  71.    ---------------------------
  72.         This version of the TIGA driver (2.05.03) supports two modes.
  73.  
  74.         Mode 0  =   1024 x 786 x 8    Non-interlaced
  75.         Mode 1  =   800 x 600 x 8     Interlaced
  76.  
  77.         To change modes use the tigacnfg.exe program supplied on the
  78.         distribution disk as follows:
  79.  
  80.         > tigacnfg [return]
  81.  
  82.         The current configuration will be displayed. Press the space bar to
  83.         toggle through the modes, and press the enter key to select the mode
  84.         currently displayed as the new startup mode. Press escape to exit.
  85.  
  86.         Alternately you can enter:     tigacnfg n
  87.         Where n = the mode number you wish to select as the new startup mode.
  88.  
  89.  
  90.        Run your application it should run in the default mode you have selected.
  91.  
  92.         (There are some applications that select modes internally (usually
  93.          mode 0), in this case you may have to run tigacnfg again for your
  94.          other applications.)
  95.  
  96.  
  97. Installing the TIGA Windows 3.0 Display Driver, Version 1.30
  98. ------------------------------------------------------------
  99.  
  100.        Change to subdirectory WIN3 on the TIGA distribution diskette and read
  101.        file "readme.1st" to install TIGA Windows Display Driver. Remember when
  102.        the Windows setup asks for display driver disk and TIGA Windows OEMSETUP
  103.        disk, type a:\win3 and hit Enter
  104.  
  105. ******************   END OF readme.1st  ***************************************
  106.